home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / stikum.zip / SETUP.INF < prev    next >
INI File  |  1992-05-22  |  2KB  |  89 lines

  1. ; About This File
  2. ; ===============
  3. ;
  4. ; This file, SETUP.INF, contains information that setup uses to 
  5. ; install applications. This file must be in the same directory as the 
  6. ; program file SETUP.EXE. The two files can be on a floppy disk, a hard 
  7. ; disk, or a network disk drive.
  8. ;
  9. ; The information in this file determines;
  10. ;   * The names of the disks and directories from which, and to which, Setup
  11. ;     copies files.
  12. ;
  13. ;   * The name of the group that setup creates in Program Manager's window, and the
  14. ;     names of program items that setup adds to that group.
  15. ;
  16. ; Stikum-Up 1.01 - setup script (Unregistered)
  17. ;
  18. [dialog]
  19.  
  20.   caption = "Stikum-Up 1.01 Installation"
  21.  
  22. [data]
  23.  
  24.  
  25.   defdir = C:\Stikumup
  26.  
  27. [disks]
  28.  
  29.   1 =.,"Stikum-Up 1.01 Distribution Disk #1"
  30.   
  31.  
  32.  
  33.  
  34. [needed.space]
  35.  
  36.  
  37.   minspace = 300000
  38.  
  39. [app.copy.appstuff]
  40.  
  41.  
  42.       #app.user,    0:
  43.  
  44. [app.user]
  45.  
  46.   1:Stikum.exe, "Stikum-Up 1.01"
  47.   1:Packing.txt, "Packing List"
  48.   1:Agree.txt, "Agreement text file"
  49.   1:keycard.exe, "Key program"
  50.   1:help.wri, "Help file"
  51.   1:stikreg.wri, "Registration form"
  52.   1:card.crd, "Cardfile sample file"
  53.   1:card.exe, "Program HELP support file"
  54.   1:how.exe, "Program HELP support file"
  55.   1:key.exe, "Program HELP support file"
  56.   1:regist.exe, "Program HELP support file"
  57.   1:support.exe, "Program HELP support file"
  58.   1:instruct.exe, "Sample message executable"
  59.   1:excelsam.xls, "Sample Excel 3.0 SpreadSheet"  
  60.   1:excelsam.exe, "Excel sample annotation binary"
  61.   1:sample.exe, "Sample message executable"
  62.   1:reminder.exe, "Sample message executable"
  63.   1:wordsam.doc, "Sample Word 2.0 document"
  64.   1:wordsam.exe, "Example Word annotation binary"  
  65.   1:vendbbs.txt, "Software vendors Agreement"
  66.  
  67. [app.system]
  68.  
  69.  
  70. [progman.groups]
  71.  
  72.   ClearPane,Clrpanur.grp
  73.  
  74. [ClearPane]
  75.  
  76. "Stikum-Up 1.01bUR",stikum.exe,,0
  77.  
  78. "HELP",help.wri,write.exe
  79. "Registration Form",stikreg.wri,write.exe
  80. "Address",card.crd,cardfile.exe
  81. "Excel Example (requires Excel)",excelsam.xls,,0
  82. "Word Example (requires Word)",wordsam.doc,,0
  83. "Agreement", agree.txt,notepad.exe
  84. "Packing List",packing.txt,notepad.exe
  85. "Vendor Agreement",vendbbs.txt,notepad.exe
  86. "Sample Message",sample.exe,progman.exe,34
  87. "Sample Message",reminder.exe,progman.exe,34
  88.